home *** CD-ROM | disk | FTP | other *** search
- ifflag Amiga on
- [
- do switch off
- [
- delflag Amiga on
- ]
- do format all disks
- [
- setflag destr
- addtime 70
- print A lot of work !
- ]
- ifflag disks searched
- [
- do read the conquest scroll text (WARNING : it is LONG !)
- [
- printfile conquest.txt
- addtime 12
- ]
- do play Haktar
- [
- print What do you expect ?
- print A cool comment ?
- print Or a second Haktar task ?
- print You will not get any of these !
- print You just have fun while playing some minutes.
- addtime 8
- ]
- do play Pipeline
- [
- ifvar Pipeline,0,1
- [
- print What is happening ? Oh, yes, oh, no, what ?!
- print GAME OVER !
- addtime 1
- |
- ifvar Pipeline,2,7
- [
- print AH, I understand !
- print Yeah !
- addtime 3
- |
- print HA ! The high score is broken !
- addtime 10
- addvar Pipeline,-1
- ]
- ]
- addvar Pipeline,1
- ]
- do read X-Gram.doc
- [
- printfile X-gram.doc
- ]
- do load X-Gram
- [
- ? X-Gram is now running an your WorkBench!
- doscall Mice:X-Gram
- ]
- do read MegaTexter.doc
- [
- printfile megatexter.doc
- ]
- do load MegaTexter
- [
- ? MegaTexter is now running an your WorkBench!
- doscall Mice:MegaTexter
- ]
- do read MiceInLove.doc
- [
- printfile LoveMice.doc
- ]
- do look at the Mice in Love examples
- [
- ifflag LoveMiceSeen
- [
- delflag LoveMiceSeen
- doscall Mice:lovemice Mice:tubewings
- doscall Mice:lovemice Mice:bottle
- doscall Mice:lovemice Mice:colors
- doscall Mice:lovemice Mice:druden
- doscall Mice:lovemice Mice:fighter
- doscall Mice:lovemice Mice:four
- doscall Mice:lovemice Mice:triangle
- |
- setflag LoveMiceSeen
- doscall Mice:lovemice Mice:apple
- doscall Mice:lovemice Mice:atomic
- doscall Mice:lovemice Mice:four
- doscall Mice:lovemice Mice:five
- doscall Mice:lovemice Mice:mountainlake
- doscall Mice:lovemice Mice:screw
- doscall Mice:lovemice Mice:snake
- doscall Mice:lovemice Mice:uhu
- doscall Mice:lovemice Mice:x
- ]
- ]
- do start Blob
- [
- doscall Mice:run Mice:Blob
- ? Look at the WorkBenchScreen to switch Blob off.
- ]
- |
- do search disks for interesting stuff
- [
- print You find some self-made progs and some original games.
- addtime 16
- setflag disks searched
- ]
- ]
- |
- do switch on
- [
- print The roar of the A590 is heard.
- setflag Amiga on
- ]
- ]
-
-